-
Notifications
You must be signed in to change notification settings - Fork 78
feat(linux): Update 11.02 Release Notes with McASP async mode #594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(linux): Update 11.02 Release Notes with McASP async mode #594
Conversation
v-singh1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep the text consistent for all platform
for AM62D it is added like
McASP async mode: independent transmit (playback) and receive (capture) clocking.
Also the current text doesn't say what TX/RX setting
Okay, can I say something like "Added support for McASP async mode: independent transmit (playback) and receive (capture) clocking" Just to make it clear that it's supported but not enabled. |
ab6b5dd to
92712af
Compare
|
Please remember to sign-off all your commits |
92712af to
58ef997
Compare
|
Updated commit with comment suggestions. |
|
That |
Signed-off-by: Sen Wang <[email protected]>
58ef997 to
69fb556
Compare
Fixed, my apologies on the typo. |
StaticRocket
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vale still has some comments, but considering this phrasing is already in the AM62D release notes I guess it's fine for now.
Yeah we're trying to be consistent with our TRM and SDK doc description of serializer modes (receive and transmit). And the async mode is the flag we used to indicate asynchronous mode. |
Add PSDK release notes with McASP async mode.